Calendar for WinForms | ComponentOne
C1.Framework Namespace / SR<T> Class / GetString Method / GetString(CultureInfo,String) Method
The CultureInfo object that represents the culture for which the resource is localized.
Name of the resource to get.

In This Topic
    GetString(CultureInfo,String) Method
    In This Topic
    Returns the value of the resource localized for the specified culture with the specified name in the assembly indicated by the template type.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetString( _
       ByVal culture As CultureInfo, _
       ByVal name As String _
    ) As String
    public static string GetString( 
       CultureInfo culture,
       string name
    )

    Parameters

    culture
    The CultureInfo object that represents the culture for which the resource is localized.
    name
    Name of the resource to get.

    Return Value

    The value of a resource.
    See Also